home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-hohenheim.de!news
- From: roberto canales <rcanales@sag.es>
- Newsgroups: comp.lang.c++,comp.lang.c
- Subject: Re: Include C++ in C programs
- Date: Wed, 20 Mar 1996 15:45:02 -0800
- Organization: Rechenzentrum Universitaet Hohenheim
- Message-ID: <3150987E.7214@sag.es>
- References: <1996Mar20.104314.28950@hgl.signaal.nl>
- NNTP-Posting-Host: 193.127.46.178
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- Glandrup M.H.J. wrote:
-
-
- > Hello,
- >
- > Is there anybody who knows how to call C++ member functions in a
- > C program?
- > If it is not possible, please tell me...
-
-
-
- You can declare the C++ function prototype whitch prefix:
-
- extern "C"
-
- bye.
-
- Roberto Canales
- rcanales@sag.es
-